Skip to content

Commit 7df75aa

Browse files
kcudnikShuotian Cheng
authored andcommitted
Remove metadata generator (sonic-net#76)
1 parent 2b7b029 commit 7df75aa

2 files changed

Lines changed: 2 additions & 421 deletions

File tree

meta/Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,16 @@ DEPS = sai_meta.h sai_extra.h
102102
CFLAGS=-std=c++11 -I/usr/include/swss -I/usr/include/sai -I/usr/include $(warnings)
103103
LDFLAGS=-L/usr/lib -lswsscommon
104104

105-
all: tests gen
105+
all: tests
106106

107107
%.o: %.cpp $(DEPS)
108108
g++ -c -o $@ $< $(CFLAGS)
109109

110110
tests: tests.o $(OBJ)
111111
g++ -o $@ $^ $(LDFLAGS)
112112

113-
gen: gen.o $(OBJ)
114-
g++ -o $@ $^ $(LDFLAGS)
115-
116113
.PHONY: clean
117114

118115
clean:
119-
rm -f *~ .*~ tests gen *.o *.lo
116+
rm -f *~ .*~ tests *.o *.lo
120117

0 commit comments

Comments
 (0)