X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-build.mk;h=e3c532cd1d7c3f73d64127b8635257ee780d6109;hb=2bc1a04f6777dc0a0d36a462d8d62426fb0f34fa;hp=155a542f3d335fdd0f9aaed315b12702b24ae1cf;hpb=bbe7bd4f295dcce6b07a69c1395d21e5f5837e7b;p=openwrt%2Fstaging%2Fchunkeey.git diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 155a542f3d..e3c532cd1d 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -25,7 +25,7 @@ endif ifneq ($(CONFIG_USB),) FEATURES += usb endif -ifneq ($(CONFIG_PCMCIA),) +ifneq ($(CONFIG_PCMCIA)$(CONFIG_PCCARD),) FEATURES += pcmcia endif ifneq ($(CONFIG_VIDEO_DEV),) @@ -92,7 +92,7 @@ define BuildKernel $(call Kernel/Configure) touch $$@ - $(LINUX_DIR)/.modules: $(LINUX_DIR)/.configured $(LINUX_DIR)/.config + $(LINUX_DIR)/.modules: $(LINUX_DIR)/.configured $(LINUX_DIR)/.config FORCE $(call Kernel/CompileModules) touch $$@