diff options
Diffstat (limited to 'src/eapol_auth/Makefile')
| -rw-r--r-- | src/eapol_auth/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/src/eapol_auth/Makefile b/src/eapol_auth/Makefile index adfd3dfd5b9b..7b927a127731 100644 --- a/src/eapol_auth/Makefile +++ b/src/eapol_auth/Makefile @@ -1,8 +1,16 @@ -all: - @echo Nothing to be made. +all: libeapol_auth.a clean: - rm -f *~ *.o *.d *.gcno *.gcda *.gcov + rm -f *~ *.o *.d *.gcno *.gcda *.gcov libeapol_auth.a install: @echo Nothing to be made. + +include ../lib.rules + +LIB_OBJS = eapol_auth_sm.o eapol_auth_dump.o + +libeapol_auth.a: $(LIB_OBJS) + $(AR) crT $@ $? + +-include $(OBJS:%.o=%.d) |
