mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
9 lines
192 B
Makefile
9 lines
192 B
Makefile
|
obj-$(CONFIG_FB_INTEL) += intelfb.o
|
||
|
|
||
|
intelfb-objs := intelfbdrv.o intelfbhw.o
|
||
|
|
||
|
ifdef CONFIG_FB_INTEL_DEBUG
|
||
|
#EXTRA_CFLAGS += -DDEBUG -DVERBOSE -DREGDUMP
|
||
|
EXTRA_CFLAGS += -DDEBUG -DREGDUMP
|
||
|
endif
|