Changeset 32355bc in mainline for kernel/Makefile
- Timestamp:
- 2019-08-17T12:49:42Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5fd05862
- Parents:
- fa70134
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-15 12:58:56)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
rfa70134 r32355bc 35 35 36 36 COMMON_MAKEFILE = $(ROOT_PATH)/Makefile.common 37 COMMON_HEADER = $(ROOT_PATH)/common.h38 37 COMMON_HEADER_ARCH = arch/$(KARCH)/include/arch/common.h 39 38 … … 74 73 .DELETE_ON_ERROR: 75 74 76 all: $(VERSION_DEF) $(COMMON_MAKEFILE) $(CO MMON_HEADER) $(CONFIG_MAKEFILE) $(CONFIG_HEADER) $(KERNEL) $(DISASM)75 all: $(VERSION_DEF) $(COMMON_MAKEFILE) $(CONFIG_MAKEFILE) $(CONFIG_HEADER) $(KERNEL) $(DISASM) 77 76 78 77 clean: autogen_clean
Note:
See TracChangeset
for help on using the changeset viewer.