Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
all: libl2_packet.a clean: rm -f *~ *.o *.d *.gcno *.gcda *.gcov libl2_packet.a install: @echo Nothing to be made. include ../lib.rules LIB_OBJS = l2_packet_linux.o libl2_packet.a: $(LIB_OBJS) $(AR) crT $@ $? -include $(OBJS:%.o=%.d)