]>
Commit | Line | Data |
---|---|---|
f494e0a1 MY |
1 | obj-$(CONFIG_DM) += core/ |
2 | obj-$(CONFIG_DM_DEMO) += demo/ | |
7b6af41e | 3 | obj-$(CONFIG_BIOSEMU) += bios_emulator/ |
9c3f0bc5 MY |
4 | obj-y += block/ |
5 | obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/ | |
6 | obj-y += crypto/ | |
7b6af41e | 7 | obj-$(CONFIG_FPGA) += fpga/ |
9c3f0bc5 MY |
8 | obj-y += hwmon/ |
9 | obj-y += misc/ | |
10 | obj-y += pcmcia/ | |
11 | obj-y += dfu/ | |
12 | obj-y += rtc/ | |
13 | obj-y += sound/ | |
14 | obj-y += tpm/ | |
15 | obj-y += twserial/ | |
16 | obj-y += video/ | |
17 | obj-y += watchdog/ | |
4c76b552 | 18 | obj-$(CONFIG_QE) += qe/ |
909ea9aa | 19 | obj-y += memory/ |
b2f97cf2 | 20 | obj-y += pwm/ |
f494e0a1 | 21 | obj-y += input/ |
a43febde KI |
22 | # SOC specific infrastructure drivers. |
23 | obj-y += soc/ |