kbuild: enable 'make CFLAGS=...' to add additional options to CC
[deliverable/linux.git] / arch / ia64 / Makefile
index 80ea7506fa1aa1c18708dcd88ce46c4abe88648d..9708a29c70b59951a7d379b86d91dc46a866002b 100644 (file)
@@ -44,7 +44,7 @@ ifeq ($(call cc-version),0304)
        cflags-$(CONFIG_MCKINLEY)       += -mtune=mckinley
 endif
 
-CFLAGS += $(cflags-y)
+KBUILD_CFLAGS += $(cflags-y)
 head-y := arch/ia64/kernel/head.o arch/ia64/kernel/init_task.o
 
 libs-y                         += arch/ia64/lib/
@@ -71,6 +71,8 @@ all: compressed unwcheck
 
 compressed: vmlinux.gz
 
+vmlinuz: vmlinux.gz
+
 vmlinux.gz: vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $@
 
This page took 0.025176 seconds and 5 git commands to generate.