diff options
Diffstat (limited to 'roms/u-boot/post/drivers/Makefile')
-rw-r--r-- | roms/u-boot/post/drivers/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/post/drivers/Makefile b/roms/u-boot/post/drivers/Makefile new file mode 100644 index 000000000..9a5a73a0f --- /dev/null +++ b/roms/u-boot/post/drivers/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (C) Copyright 2002-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. + +obj-y += flash.o i2c.o memory.o rtc.o |