Deleted Added
full compact
Makefile.test (246145) Makefile.test (246571)
1#
1#
2# $FreeBSD: head/sys/boot/usb/Makefile.test 246145 2013-01-31 11:00:57Z hselasky $
2# $FreeBSD: head/sys/boot/usb/Makefile.test 246571 2013-02-08 23:13:46Z hselasky $
3#
4# Copyright (c) 2013 Hans Petter Selasky. All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:
9# 1. Redistributions of source code must retain the above copyright
10# notice, this list of conditions and the following disclaimer.

--- 37 unchanged lines hidden (view full) ---

48
49LDFLAGS+= -Wl,--gc-sections
50
51SRCS+= bsd_usbloader_test.c
52
53LDADD+= libusbboot.a
54DPADD+= libusbboot.a
55
3#
4# Copyright (c) 2013 Hans Petter Selasky. All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:
9# 1. Redistributions of source code must retain the above copyright
10# notice, this list of conditions and the following disclaimer.

--- 37 unchanged lines hidden (view full) ---

48
49LDFLAGS+= -Wl,--gc-sections
50
51SRCS+= bsd_usbloader_test.c
52
53LDADD+= libusbboot.a
54DPADD+= libusbboot.a
55
56all: libusbboot.a
57
58.include <bsd.prog.mk>
59
56.include <bsd.prog.mk>
57
58${PROG}: libusbboot.a
59
60libusbboot.a:
61 make -f Makefile
60libusbboot.a:
61 make -f Makefile