Changeset 32355bc in mainline for boot


Ignore:
Timestamp:
2019-08-17T12:49:42Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
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)
Message:

Remove the generated common.h header

We haven't used it in some time, instead relying on the compiler
providing types with properties we want. Since we only support
building with GCC and Clang, extra detection code is just dead weight.

Location:
boot
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    rfa70134 r32355bc  
    3131include Makefile.common
    3232
    33 all: $(VERSION_DEF) $(COMMON_MAKEFILE) $(COMMON_HEADER) $(CONFIG_MAKEFILE) $(CONFIG_HEADER) $(PREBUILD) build_dist
     33all: $(VERSION_DEF) $(COMMON_MAKEFILE) $(CONFIG_MAKEFILE) $(CONFIG_HEADER) $(PREBUILD) build_dist
    3434        $(MAKE) -r -f $(BUILD) PRECHECK=$(PRECHECK)
    3535ifneq ($(POSTBUILD),)
  • boot/Makefile.build

    rfa70134 r32355bc  
    7373endif
    7474
    75 all: $(VERSION_DEF) $(COMMON_MAKEFILE) $(COMMON_HEADER) $(CONFIG_MAKEFILE) $(CONFIG_HEADER) $(BOOT_OUTPUT)
     75all: $(VERSION_DEF) $(COMMON_MAKEFILE) $(CONFIG_MAKEFILE) $(CONFIG_HEADER) $(BOOT_OUTPUT)
    7676
    7777clean:
  • boot/Makefile.common

    rfa70134 r32355bc  
    3535
    3636COMMON_MAKEFILE = $(ROOT_PATH)/Makefile.common
    37 COMMON_HEADER = $(ROOT_PATH)/common.h
    3837
    3938CONFIG_MAKEFILE = $(ROOT_PATH)/Makefile.config
Note: See TracChangeset for help on using the changeset viewer.