patch-2.4.2 linux/drivers/macintosh/Makefile

Next file: linux/drivers/macintosh/adb.c
Previous file: linux/drivers/isdn/sc/includes.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.1/linux/drivers/macintosh/Makefile linux/drivers/macintosh/Makefile
@@ -26,10 +26,7 @@
 
 # Each configuration option enables a list of files.
 
-ifeq ($(CONFIG_PMAC_PBOOK),y)
-	obj-y			+= mediabay.o
-endif
-
+obj-$(CONFIG_PMAC_PBOOK)	+= mediabay.o
 obj-$(CONFIG_MAC_SERIAL)	+= macserial.o
 obj-$(CONFIG_NVRAM)		+= nvram.o
 obj-$(CONFIG_MAC_HID)		+= mac_hid.o

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)