Changeset ffc277e in mainline for src/Makefile
- Timestamp:
- 2005-09-10T00:52:13Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3a6c8e5
- Parents:
- b02e5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile
rb02e5d1 rffc277e 33 33 fb/font-8x16.c 34 34 35 # CFLAGS options same for all targets 36 CFLAGS+=-nostdinc -I../include -Werror-implicit-function-declaration -Wmissing-prototypes -Werror 37 35 38 ifdef DEBUG_SPINLOCK 36 39 CFLAGS+=-D$(DEBUG_SPINLOCK) … … 60 63 61 64 depend: 62 $(CC) $(C PPFLAGS) -M $(arch_sources) $(sources) >Makefile.depend65 $(CC) $(CFLAGS) -M $(arch_sources) $(sources) >Makefile.depend 63 66 64 67 build: kernel.bin boot
Note:
See TracChangeset
for help on using the changeset viewer.