]> Git Repo - J-u-boot.git/blame - tools/kernel-doc/Makefile
Add GPL-2.0+ SPDX-License-Identifier to source files
[J-u-boot.git] / tools / kernel-doc / Makefile
CommitLineData
30ff8918
MV
1#
2# Copyright (C) 2012 Marek Vasut <[email protected]>
3#
1a459660 4# SPDX-License-Identifier: GPL-2.0+
30ff8918
MV
5#
6
7include $(TOPDIR)/config.mk
8
9all: $(obj)docproc
10
11$(obj)docproc: docproc.c
12 $(HOSTCC) $(HOSTCFLAGS) $(HOSTLDFLAGS) -o $@ $^
13 $(HOSTSTRIP) $@
14
15clean:
16 rm -rf docproc
17
18#########################################################################
19
20# defines $(obj).depend target
21include $(SRCTREE)/rules.mk
22
23sinclude $(obj).depend
24
25#########################################################################
This page took 0.062989 seconds and 4 git commands to generate.