mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
* fix arch/io.h to use consistent types * add compression code and start integration into Kconfig * update to newer version of Kconfig, and rename some occurences of "Linux" to "LinuxBIOS" * set up Make framework to create linuxbios.rom Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G Minnich <rminnich@lanl.gov> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@55 f3766cd6-281f-0410-b1cd-43a5c92072e9
7 lines
241 B
Makefile
7 lines
241 B
Makefile
###
|
|
# util contains sources for various helper programs used throughout
|
|
# the firmware for the build process.
|
|
# ---------------------------------------------------------------------------
|
|
|
|
# Let clean descend into subdirs
|
|
subdir- += dtc lar
|