FreeCalypso > hg > ffs-editor
comparison components/drivers_flash @ 6:6a05d91d1435
components: first round of changes for the FFS editor
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 15 May 2020 02:39:15 +0000 |
parents | 3b367f330821 |
children |
comparison
equal
deleted
inserted
replaced
5:3b367f330821 | 6:6a05d91d1435 |
---|---|
7 # Includes | 7 # Includes |
8 | 8 |
9 CPPFLAGS="$CPPFLAGS -I../config" | 9 CPPFLAGS="$CPPFLAGS -I../config" |
10 CPPFLAGS="$CPPFLAGS -I$SRC/nucleus" | 10 CPPFLAGS="$CPPFLAGS -I$SRC/nucleus" |
11 CPPFLAGS="$CPPFLAGS -I.." | 11 CPPFLAGS="$CPPFLAGS -I.." |
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" |
14 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" | 14 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" |
15 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" | 15 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" |
16 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/audio_cust0" | 16 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/audio_cust0" |
17 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/audio_include" | 17 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/audio_include" |
43 | 43 |
44 SRCDIR=$SRC/cs/drivers/drv_core | 44 SRCDIR=$SRC/cs/drivers/drv_core |
45 | 45 |
46 # 1st set of source modules | 46 # 1st set of source modules |
47 | 47 |
48 c_file $SRCDIR/dsp_dwnld/leadapi.c | 48 #c_file $SRCDIR/dsp_dwnld/leadapi.c |
49 c_file $SRCDIR/inth/niq.c | 49 c_file $SRCDIR/inth/niq.c |
50 c_file $SRCDIR/uart/uart.c | 50 c_file $SRCDIR/uart/uart.c |
51 c_file $SRCDIR/inth/inth.c | 51 c_file $SRCDIR/inth/inth.c |
52 c_file $SRCDIR/timer/timer.c | 52 c_file $SRCDIR/timer/timer.c |
53 c_file $SRCDIR/timer/timer1.c | 53 c_file $SRCDIR/timer/timer1.c |
54 c_file $SRCDIR/timer/timer2.c | 54 c_file $SRCDIR/timer/timer2.c |
55 c_file $SRCDIR/timer/timer_sec.c | 55 c_file $SRCDIR/timer/timer_sec.c |
56 c_file $SRCDIR/security/certificate.c | 56 #c_file $SRCDIR/security/certificate.c |
57 c_file $SRCDIR/clkm/clkm.c | 57 c_file $SRCDIR/clkm/clkm.c |
58 c_file $SRCDIR/armio/armio.c | 58 c_file $SRCDIR/armio/armio.c |
59 | 59 |
60 # 2nd set of source modules | 60 # 2nd set of source modules |
61 | 61 |
62 CFLAGS="-me -pw2 -mn -mt" | 62 CFLAGS="-me -pw2 -mn -mt" |
63 | 63 |
64 c_file $SRCDIR/spi/spi_drv.c | 64 c_file $SRCDIR/spi/spi_drv.c |
65 c_file $SRCDIR/abb/abb.c | 65 c_file $SRCDIR/abb/abb.c |
66 c_file $SRCDIR/abb/abb_core_inth.c | 66 #c_file $SRCDIR/abb/abb_core_inth.c |
67 | 67 |
68 # niq32 | 68 # niq32 |
69 | 69 |
70 CFLAGS="-me -pw2 -x -o -mw" | 70 CFLAGS="-me -pw2 -x -o -mw" |
71 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" | 71 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" |