7683532ea2
Whoops, an overlooked character didn't bring too many things down but was a BUG indeed :-/
11 lines
217 B
Makefile
11 lines
217 B
Makefile
ifndef MKIMAGE_PROFILES
|
|
$(error this makefile is designed to be included in toplevel one)
|
|
endif
|
|
|
|
# choose std kernel flavour for max RAM size support
|
|
ifeq (i586,$(ARCH))
|
|
BIGRAM := std-pae
|
|
else
|
|
BIGRAM := std-def
|
|
endif
|