Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
U
uboot-imx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Librem5
uboot-imx
Commits
2c8ccf27
Commit
2c8ccf27
authored
Sep 09, 2008
by
Wolfgang Denk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: fix bug introduced by commit
47ffd6c2
parent
880f6a5d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
common/Makefile
common/Makefile
+1
-1
drivers/rtc/Makefile
drivers/rtc/Makefile
+1
-1
drivers/serial/Makefile
drivers/serial/Makefile
+1
-1
No files found.
common/Makefile
View file @
2c8ccf27
...
...
@@ -153,7 +153,7 @@ COBJS-$(CONFIG_LYNXKDI) += lynxkdi.o
COBJS-$(CONFIG_USB_KEYBOARD)
+=
usb_kbd.o
COBJS-$(CONFIG_DDR_SPD)
+=
ddr_spd.o
COBJS
:=
$(
sort
COBJS-y
)
COBJS
:=
$(
sort
$
(
COBJS-y
)
)
SRCS
:=
$(AOBJS:.o=.S)
$(COBJS:.o=.c)
OBJS
:=
$(
addprefix
$(obj)
,
$(AOBJS)
$(COBJS)
)
...
...
drivers/rtc/Makefile
View file @
2c8ccf27
...
...
@@ -59,7 +59,7 @@ COBJS-$(CONFIG_RTC_RX8025) += rx8025.o
COBJS-$(CONFIG_RTC_S3C24X0)
+=
s3c24x0_rtc.o
COBJS-$(CONFIG_RTC_X1205)
+=
x1205.o
COBJS
:=
$(
sort
COBJS-y
)
COBJS
:=
$(
sort
$
(
COBJS-y
)
)
SRCS
:=
$(COBJS:.o=.c)
OBJS
:=
$(
addprefix
$(obj)
,
$(COBJS)
)
...
...
drivers/serial/Makefile
View file @
2c8ccf27
...
...
@@ -39,7 +39,7 @@ COBJS-$(CONFIG_XILINX_UARTLITE) += serial_xuartlite.o
COBJS-$(CONFIG_SCIF_CONSOLE)
+=
serial_sh.o
COBJS-$(CONFIG_USB_TTY)
+=
usbtty.o
COBJS
:=
$(
sort
COBJS-y
)
COBJS
:=
$(
sort
$
(
COBJS-y
)
)
SRCS
:=
$(COBJS:.o=.c)
OBJS
:=
$(
addprefix
$(obj)
,
$(COBJS)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment