diff options
-rw-r--r-- | mdk-stage1/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 4016231c3..372149e43 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -179,10 +179,7 @@ endif ifeq (x86_64, $(ARCH)) DIRS = dietlibc endif -DIRS += mar pci-resource usb-resource bzlib $(INSMOD) slang newt -ifneq (x86_64, $(ARCH)) -DIRS += ppp/pppd rp-pppoe/src -endif +DIRS += mar pci-resource usb-resource bzlib $(INSMOD) slang newt ppp/pppd rp-pppoe/src ifeq (i386, $(ARCH)) DIRS += pcmcia_ endif |