Skip to content
Snippets Groups Projects
Commit fff70331 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

posix: quiet build

parent 5c8ed6e3
No related branches found
No related tags found
No related merge requests found
...@@ -19,13 +19,13 @@ ifneq (${gpio_trace}, ) ...@@ -19,13 +19,13 @@ ifneq (${gpio_trace}, )
endif endif
.cc.o: .cc.o:
${CXX} ${INCLUDES} ${COMMON_FLAGS} ${CXXFLAGS} -c -o $@ ${@:.o=.cc} ${QUIET}${CXX} ${INCLUDES} ${COMMON_FLAGS} ${CXXFLAGS} -c -o $@ ${@:.o=.cc}
.c.o: .c.o:
${CC} ${INCLUDES} ${COMMON_FLAGS} ${CFLAGS} -c -o $@ ${@:.o=.c} ${QUIET}${CC} ${INCLUDES} ${COMMON_FLAGS} ${CFLAGS} -c -o $@ ${@:.o=.c}
build/system.elf: ${OBJECTS} build/system.elf: ${OBJECTS}
${CXX} ${INCLUDES} ${COMMON_FLAGS} ${CXXFLAGS} \ ${QUIET}${CXX} ${INCLUDES} ${COMMON_FLAGS} ${CXXFLAGS} \
-o $@ ${OBJECTS} -o $@ ${OBJECTS}
run: build/system.elf run: build/system.elf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment