FreeCalypso > hg > fc-selenite
comparison components/drivers_flash @ 22:0a1a78944683
components: first automated conversion pass
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 15 Jul 2018 22:53:50 +0000 |
parents | a8f9cc376e98 |
children | b6c8dd9a1b02 |
comparison
equal
deleted
inserted
replaced
21:b7059379dd87 | 22:0a1a78944683 |
---|---|
6 # Includes | 6 # Includes |
7 | 7 |
8 CPPFLAGS="$CPPFLAGS -I../config" | 8 CPPFLAGS="$CPPFLAGS -I../config" |
9 CPPFLAGS="$CPPFLAGS -I$SRC/cs/os/nucleus" | 9 CPPFLAGS="$CPPFLAGS -I$SRC/cs/os/nucleus" |
10 CPPFLAGS="$CPPFLAGS -I.." | 10 CPPFLAGS="$CPPFLAGS -I.." |
11 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/frame/cust_os" | 11 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/frame/cust_os" |
12 CPPFLAGS="$CPPFLAGS -I$SRC/cs/system" | 12 CPPFLAGS="$CPPFLAGS -I$SRC/cs/system" |
13 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" | 13 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" |
14 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" | 14 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" |
15 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/audio_cust0" | 15 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/audio_cust0" |
16 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/audio_include" | 16 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/audio_include" |
42 | 42 |
43 SRCDIR=$SRC/cs/drivers/drv_core | 43 SRCDIR=$SRC/cs/drivers/drv_core |
44 | 44 |
45 # 1st set of source modules | 45 # 1st set of source modules |
46 | 46 |
47 cfile_plain $SRCDIR/dsp_dwnld/leadapi.c | 47 c_file $SRCDIR/dsp_dwnld/leadapi.c |
48 cfile_plain $SRCDIR/inth/niq.c | 48 c_file $SRCDIR/inth/niq.c |
49 cfile_plain $SRCDIR/uart/uart.c | 49 c_file $SRCDIR/uart/uart.c |
50 cfile_plain $SRCDIR/inth/inth.c | 50 c_file $SRCDIR/inth/inth.c |
51 cfile_plain $SRCDIR/timer/timer.c | 51 c_file $SRCDIR/timer/timer.c |
52 cfile_plain $SRCDIR/timer/timer1.c | 52 c_file $SRCDIR/timer/timer1.c |
53 cfile_plain $SRCDIR/timer/timer2.c | 53 c_file $SRCDIR/timer/timer2.c |
54 cfile_plain $SRCDIR/timer/timer_sec.c | 54 c_file $SRCDIR/timer/timer_sec.c |
55 cfile_plain $SRCDIR/security/certificate.c | 55 c_file $SRCDIR/security/certificate.c |
56 cfile_plain $SRCDIR/clkm/clkm.c | 56 c_file $SRCDIR/clkm/clkm.c |
57 cfile_plain $SRCDIR/armio/armio.c | 57 c_file $SRCDIR/armio/armio.c |
58 | 58 |
59 # 2nd set of source modules | 59 # 2nd set of source modules |
60 | 60 |
61 CFLAGS="-me -pw2 -mn -mt" | 61 CFLAGS="-me -pw2 -mn -mt" |
62 | 62 |
63 cfile_plain $SRCDIR/spi/spi_drv.c | 63 c_file $SRCDIR/spi/spi_drv.c |
64 cfile_plain $SRCDIR/abb/abb.c | 64 c_file $SRCDIR/abb/abb.c |
65 cfile_plain $SRCDIR/abb/abb_core_inth.c | 65 c_file $SRCDIR/abb/abb_core_inth.c |
66 | 66 |
67 # niq32 | 67 # niq32 |
68 | 68 |
69 CFLAGS="-me -pw2 -x -o -mw" | 69 CFLAGS="-me -pw2 -x -o -mw" |
70 | 70 |
71 cfile_plain $SRCDIR/inth/niq32.c | 71 c_file $SRCDIR/inth/niq32.c |