7 lines
156 B
Makefile
7 lines
156 B
Makefile
|
ifeq ($(CONFIG_SOC_SUN8IW19P1), y)
|
||
|
obj-y += foobar.o
|
||
|
$(warning -------------error----------------)
|
||
|
else
|
||
|
$(warning =============error================)
|
||
|
endif
|