kbuild: Use targets := to tell kbuild about additional targets
[linux-flexiantxendom0-3.2.10.git] / arch / s390 / boot / Makefile
index 44b4d73..b2fd41c 100644 (file)
@@ -2,8 +2,8 @@
 # Makefile for the linux s390-specific parts of the memory manager.
 #
 
-EXTRA_TARGETS := image listing
-EXTRA_AFLAGS  := -traditional
+targets                := image listing
+EXTRA_AFLAGS   := -traditional
 quiet_cmd_listing = OBJDUMP $@
       cmd_listing = $(OBJDUMP) --disassemble --disassemble-all \
                               --disassemble-zeroes --reloc vmlinux > $@