Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
a2d5f0a4
Commit
a2d5f0a4
authored
May 11, 2012
by
Alejandro Mery
Browse files
fexc: use script.o
parent
1fc1addd
Changes
3
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
a2d5f0a4
...
@@ -17,6 +17,8 @@ $(TOOLS): Makefile common.h
...
@@ -17,6 +17,8 @@ $(TOOLS): Makefile common.h
fex2bin bin2fex
:
fexc
fex2bin bin2fex
:
fexc
ln
-s
$<
$@
ln
-s
$<
$@
fexc
:
script.h script.c
%
:
%.c %.h
%
:
%.c %.h
$(CC)
$(CFLAGS)
$(LDFLAGS)
-o
$@
$(
filter
%.c,
$^
)
$(LIBS)
$(CC)
$(CFLAGS)
$(LDFLAGS)
-o
$@
$(
filter
%.c,
$^
)
$(LIBS)
...
...
fexc.c
View file @
a2d5f0a4
...
@@ -25,14 +25,6 @@
...
@@ -25,14 +25,6 @@
/*
/*
*/
*/
static
struct
script
*
script_new
(
void
)
{
return
NULL
;
}
static
void
script_delete
(
struct
script
*
UNUSED
(
script
))
{
}
static
int
script_parse
(
int
UNUSED
(
mode
),
const
char
*
UNUSED
(
filename
),
static
int
script_parse
(
int
UNUSED
(
mode
),
const
char
*
UNUSED
(
filename
),
struct
script
*
UNUSED
(
script
))
struct
script
*
UNUSED
(
script
))
{
{
...
...
fexc.h
View file @
a2d5f0a4
...
@@ -19,4 +19,8 @@
...
@@ -19,4 +19,8 @@
#include "common.h"
#include "common.h"
#include <stdint.h>
#include "script.h"
#endif
#endif
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