projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
dm: core: remove meaningless if conditional
[platform/kernel/u-boot.git]
/
drivers
/
Makefile
1
obj-$(CONFIG_DM) += core/
2
obj-$(CONFIG_DM_DEMO) += demo/
3
obj-$(CONFIG_BIOSEMU) += bios_emulator/
4
obj-y += block/
5
obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
6
obj-y += crypto/
7
obj-$(CONFIG_FPGA) += fpga/
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/
18
obj-$(CONFIG_QE) += qe/
19
obj-y += memory/
20
obj-y += pwm/
21
obj-y += input/
22
# SOC specific infrastructure drivers.
23
obj-y += soc/