FreeCalypso > hg > fc-selenite
comparison components/buzzer @ 32:b6c8dd9a1b02
components: switch to new Nucleus
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 16 Jul 2018 05:19:45 +0000 |
parents | 0a1a78944683 |
children | a9a7d531e673 |
comparison
equal
deleted
inserted
replaced
31:ab57d3585e18 | 32:b6c8dd9a1b02 |
---|---|
3 CFLAGS="-mn -mt -o -x -mw -me -pw2" | 3 CFLAGS="-mn -mt -o -x -mw -me -pw2" |
4 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" | 4 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" |
5 | 5 |
6 # Includes | 6 # Includes |
7 | 7 |
8 CPPFLAGS="$CPPFLAGS -I$SRC/cs/os/nucleus" | 8 CPPFLAGS="$CPPFLAGS -I$SRC/nucleus" |
9 CPPFLAGS="$CPPFLAGS -I.." | 9 CPPFLAGS="$CPPFLAGS -I.." |
10 CPPFLAGS="$CPPFLAGS -I../config" | 10 CPPFLAGS="$CPPFLAGS -I../config" |
11 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 11 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
12 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/frame/cust_os" | 12 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/frame/cust_os" |
13 CPPFLAGS="$CPPFLAGS -I$SRC/cs/system" | 13 CPPFLAGS="$CPPFLAGS -I$SRC/cs/system" |