]> git.hungrycats.org Git - linux/commitdiff
Makefile: fix merge
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Sat, 18 May 2002 20:14:47 +0000 (15:14 -0500)
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Sat, 18 May 2002 20:14:47 +0000 (15:14 -0500)
Makefile

index 41d9fdcd90e62f0fbc98a820e2af5c798bceff34..a1d683e836d310e6e4d2533b3fe020981bac4b69 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -181,7 +181,7 @@ vmlinux: include/linux/version.h $(CONFIGURATION) init/main.o init/version.o ini
 linuxsubdirs: $(patsubst %, _dir_%, $(SUBDIRS))
 
 $(patsubst %, _dir_%, $(SUBDIRS)) : dummy include/linux/version.h include/config/MARKER
-       $(MAKE) CFLAGS="$(CFLAGS) $(CFLAGS_KERNEL)" -C $(patsubst _dir_%, %, $@)
+       $(MAKE) CFLAGS="$(CFLAGS) $(CFLAGS_KERNEL)" AFLAGS="$(AFLAGS) $(AFLAGS_KERNEL)" -C $(patsubst _dir_%, %, $@)
 
 # Configuration
 # ---------------------------------------------------------------------------
@@ -473,7 +473,7 @@ tags: dummy
 # FIXME: anybody still using this?
 
 fs lib mm ipc kernel drivers net sound: dummy
-       $(MAKE) CFLAGS="$(CFLAGS) $(CFLAGS_KERNEL)" $(subst $@, _dir_$@, $@)
+       $(MAKE) CFLAGS="$(CFLAGS) $(CFLAGS_KERNEL)" AFLAGS="$(AFLAGS) $(AFLAGS_KERNEL)" $(subst $@, _dir_$@, $@)
 
 # Make a backup
 # FIXME anybody still using this?