mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-24 02:18:54 +00:00
7 lines
168 B
Makefile
7 lines
168 B
Makefile
|
|
||
|
obj-$(CONFIG_BLK_DEV_IDE_ICSIDE) += icside.o
|
||
|
obj-$(CONFIG_BLK_DEV_IDE_RAPIDE) += rapide.o
|
||
|
obj-$(CONFIG_BLK_DEV_IDE_BAST) += bast-ide.o
|
||
|
|
||
|
EXTRA_CFLAGS := -Idrivers/ide
|