mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-24 16:27:42 +01:00
e8a29b1a29
The internal parser is retro compatible with old Clover revisions since r3250. This is possible because a check for the existence of any variable inside SETTING_DATA structure is performed before the call. Variables are all accessed using the label property of the Mirror class, so as a string.
8 lines
163 B
Makefile
8 lines
163 B
Makefile
|
|
include $(CURDIR)/Make.rules
|
|
#fdisk440 out
|
|
#clover-genconfig temporary out
|
|
SUBDIRS = boot1-install partutil bdmesg clover-genconfig espfinder
|
|
|
|
all: all-recursive
|