OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
sh
/
tools
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:21 AM
rwxr-xr-x
📄
Makefile
451 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: Makefile
Close
# # arch/sh/tools/Makefile # # Copyright (C) 2003 Paul Mundt # # This file is subject to the terms and conditions of the GNU General Public # License. See the file "COPYING" in the main directory of this archive # for more details. # # Shamelessly cloned from ARM. # include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types @echo ' Generating $@' $(Q)mkdir -p $(dir $@) $(Q)LC_ALL=C $(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }