You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src/l2_packet/Makefile

15 lines
208 B
Makefile

ALL=$(OUT)libl2_packet.a
include ../lib.rules
install:
@echo Nothing to be made.
LIB_OBJS = l2_packet_linux.o
_OBJS_VAR := LIB_OBJS
include ../objs.mk
$(OUT)libl2_packet.a: $(LIB_OBJS)
$(AR) crT $@ $?