Makefile 486 字节
Newer Older
1 2
obj-$(CONFIG_DM) += core/
obj-$(CONFIG_DM_DEMO) += demo/
3
obj-$(CONFIG_BIOSEMU) += bios_emulator/
4 5 6
obj-y += block/
obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
obj-y += crypto/
7
obj-$(CONFIG_FPGA) += fpga/
8 9 10 11 12 13 14 15 16 17
obj-y += hwmon/
obj-y += misc/
obj-y += pcmcia/
obj-y += dfu/
obj-y += rtc/
obj-y += sound/
obj-y += tpm/
obj-y += twserial/
obj-y += video/
obj-y += watchdog/
18
obj-$(CONFIG_QE) += qe/
19
obj-y += memory/
20
obj-y += pwm/
21
obj-y += input/
22 23
# SOC specific infrastructure drivers.
obj-y += soc/