Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ide: change to new flag variable

Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>

authored by

matt mooney and committed by
Michal Marek
732f36d8 5c39e311

+1 -1
+1 -1
drivers/ide/Makefile
··· 2 2 # link order is important here 3 3 # 4 4 5 - EXTRA_CFLAGS += -Idrivers/ide 5 + ccflags-y := -Idrivers/ide 6 6 7 7 ide-core-y += ide.o ide-ioctls.o ide-io.o ide-iops.o ide-lib.o ide-probe.o \ 8 8 ide-taskfile.o ide-pm.o ide-park.o ide-sysfs.o ide-devsets.o \