1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-04-10 02:20:01 +02:00
Files
u-boot-megous/drivers/Makefile
Ondrej Jirman ba8c26ce40 initial
2019-03-04 15:37:41 +01:00

21 lines
409 B
Makefile
Executable File

obj-$(CONFIG_BIOSEMU) += bios_emulator/
obj-y += block/
obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
obj-y += crypto/
obj-$(CONFIG_FPGA) += fpga/
obj-y += hwmon/
obj-y += misc/
obj-y += pcmcia/
obj-y += dfu/
obj-y += rtc/
obj-$(CONFIG_SUNXI_IR) += ir/
obj-y += sound/
obj-y += tpm/
obj-y += twserial/
obj-y += video/
obj-y += watchdog/
obj-$(CONFIG_QE) += qe/
obj-y += memory/
obj-y += arisc/
obj-y += spinor/