diff options
| author | 2015-02-13 13:40:49 +0100 | |
|---|---|---|
| committer | 2015-02-13 13:40:49 +0100 | |
| commit | 9f9d4fd25093a31a4657327ea3ee323b0dd0285a (patch) | |
| tree | 4dda4643a974f9bbdce3bbc27ba230113965e6ad /makefile | |
| parent | 5cd0ae69b41631145bc1dab3db553a4f01de83b7 (diff) | |
makelist implementation in python (nw)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1012,9 +1012,9 @@ ifdef CPPCHECK @$(CPPCHECK) $(CPPCHECKFLAGS) $< endif -$(DRIVLISTSRC): $(SRC)/$(TARGET)/$(SUBTARGET).lst $(MAKELIST_TARGET) +$(DRIVLISTSRC): $(SRC)/$(TARGET)/$(SUBTARGET).lst $(SRC)/build/makelist.py @echo Building driver list $<... - @$(MAKELIST) $< >$@ + $(PYTHON) $(SRC)/build/makelist.py $< >$@ ifeq ($(TARGETOS),emscripten) # Avoid using .a files with Emscripten, link to bitcode instead |
