~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/drivers/Makefile

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
obj-$(CONFIG_BIOSEMU) += bios_emulator/
 
2
obj-y += block/
 
3
obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
 
4
obj-y += crypto/
 
5
obj-$(CONFIG_FPGA) += fpga/
 
6
obj-y += hwmon/
 
7
obj-y += misc/
 
8
obj-y += pcmcia/
 
9
obj-y += dfu/
 
10
obj-y += rtc/
 
11
obj-y += sound/
 
12
obj-y += tpm/
 
13
obj-y += twserial/
 
14
obj-y += video/
 
15
obj-y += watchdog/
 
16
obj-$(CONFIG_QE) += qe/