Clean up all of the binaries for the 'distclean' target.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>master
parent
4b10792002
commit
4d0b2e5001
4
makefile
4
makefile
|
@ -23,7 +23,7 @@ INC = -I$(KBUILD_OUTPUT)/usr/include
|
||||||
CFLAGS = -Wall $(INC) $(DEBUG)
|
CFLAGS = -Wall $(INC) $(DEBUG)
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
LDLIBS = -lm -lrt
|
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 \
|
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
|
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)))
|
srcdir := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||||
VPATH = $(srcdir)
|
VPATH = $(srcdir)
|
||||||
|
|
||||||
all: ptp4l phc2sys hwstamp_ctl
|
all: $(PRG)
|
||||||
|
|
||||||
ptp4l: $(OBJ)
|
ptp4l: $(OBJ)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue