1
0
Fork 0
remarkable-uboot/drivers/demo
Masahiro Yamada f494e0a184 kbuild: refactor some makefiles
[1] Move driver/core/, driver/input/ and drivers/input/ entries
    from the top Makefile to drivers/Makefile

[2] Remove the conditional by CONFIG_DM in drivers/core/Makefile
    because the whole drivers/core directory is already selected
    by CONFIG_DM in the upper level

[3] Likewise for CONFIG_DM_DEMO in drivers/demo/Makefile

[4] Simplify common/Makefile - both CONFIG_DDR_SPD and
    CONFIG_SPD_EEPROM are boolean macros so they can directly
    select objects

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Marek Vasut <marex@denx.de>
2014-09-24 18:30:29 -04:00
..
Makefile kbuild: refactor some makefiles 2014-09-24 18:30:29 -04:00
demo-pdata.c dm: Add a demonstration/example driver 2014-03-04 12:15:29 -05:00
demo-shape.c dm: Rename struct device_id to udevice_id 2014-06-20 11:55:18 -06:00
demo-simple.c dm: Rename struct device_id to udevice_id 2014-06-20 11:55:18 -06:00
demo-uclass.c dm: Give the demo uclass a name 2014-07-23 14:08:37 +01:00