Changeset 419


Ignore:
Timestamp:
Jun 25, 2013, 5:16:28 PM (11 years ago)
Author:
porquet
Message:

modifications in Makefile

  • I can't stand this banner anymore
  • rule for generating the cscope database of this platform
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v4/platforms/tsarv4_mono_mmu_ioc/Makefile

    r410 r419  
    55SOCLIB_DIR=$(shell soclib-cc --getpath)
    66
     7SIMULATOR_CMD=./$(SIMULATOR_BINARY) --nobanner
     8
    79all: $(SIMULATOR_BINARY)
    810
    911$(SIMULATOR_BINARY): $(SOCLIB_DESC) $(SOCLIB_TOP)
    1012        soclib-cc $(SOCLIB_CC_ARGS) -P -p $(SOCLIB_DESC) -o $(SIMULATOR_BINARY)
     13
     14cscope.out:
     15        soclib-cc -p $(SOCLIB_DESC) --tags
    1116
    1217clean:
Note: See TracChangeset for help on using the changeset viewer.