Forráskód Böngészése

[LibOS] Remove CFLAGS-libos from LibOS/shim/test/benchmark/Makefile

It's already defined in LibOS/shim/test/Makefile.Test.
Isaku Yamahata 4 éve
szülő
commit
7696fc327b
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      LibOS/shim/test/benchmark/Makefile

+ 0 - 2
LibOS/shim/test/benchmark/Makefile

@@ -8,8 +8,6 @@ include ../../../../Makefile.configs
 include ../../../../Makefile.rules
 include ../Makefile.Test
 
-CFLAGS-libos = -L../../../glibc-build/libos -I../../include
-
 %.manifest: %.manifest.template
 	rm -rf $@
 	cp $@.template $@