FreeCalypso > hg > fc-tourmaline
comparison components/bootloader @ 26:598958aec071
components: switch to new Nucleus
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 17:26:36 +0000 |
parents | fdc83c1ab3ff |
children |
comparison
equal
deleted
inserted
replaced
25:ef6d1ca160b2 | 26:598958aec071 |
---|---|
46 CFLAGS="-mn -mt -mw -me -pw2" | 46 CFLAGS="-mn -mt -mw -me -pw2" |
47 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" | 47 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" |
48 | 48 |
49 # Includes | 49 # Includes |
50 | 50 |
51 CPPFLAGS="$CPPFLAGS -I$SRC/cs/os/nucleus" | 51 CPPFLAGS="$CPPFLAGS -I$SRC/nucleus" |
52 CPPFLAGS="$CPPFLAGS -I.." | 52 CPPFLAGS="$CPPFLAGS -I.." |
53 CPPFLAGS="$CPPFLAGS -I../config" | 53 CPPFLAGS="$CPPFLAGS -I../config" |
54 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 54 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
55 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/frame/cust_os" | 55 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/frame/cust_os" |
56 CPPFLAGS="$CPPFLAGS -I$SRC/cs/system" | 56 CPPFLAGS="$CPPFLAGS -I$SRC/cs/system" |