mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-08-25 21:42:22 +00:00
10 lines
196 B
Makefile
10 lines
196 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for parisc-specific library files
|
|
#
|
|
|
|
lib-y := lusercopy.o bitops.o checksum.o io.o memset.o memcpy.o \
|
|
ucmpdi2.o delay.o
|
|
|
|
obj-y := iomap.o
|