Clean up all of the binaries for the 'distclean' target.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2012-02-19 18:23:50 +01:00
parent 4b10792002
commit 4d0b2e5001
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ INC = -I$(KBUILD_OUTPUT)/usr/include
CFLAGS = -Wall $(INC) $(DEBUG)
LDFLAGS =
LDLIBS = -lm -lrt
PRG = ptp4l phc2sys
PRG = ptp4l phc2sys hwstamp_ctl
OBJ = bmc.o clock.o config.o fsm.o ptp4l.o mave.o msg.o phc.o pi.o port.o \
print.o servo.o tmtab.o transport.o udp.o util.o
@ -33,7 +33,7 @@ DEPEND = $(OBJECTS:.o=.d)
srcdir := $(dir $(lastword $(MAKEFILE_LIST)))
VPATH = $(srcdir)
all: ptp4l phc2sys hwstamp_ctl
all: $(PRG)
ptp4l: $(OBJ)